home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 13C (1987-01-28)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 13C (1987-01-28)(Pacific North-West Amigas Club)[WB].adf / ReadMe < prev    next >
Text File  |  1987-01-27  |  4KB  |  84 lines

  1.                     PaNorAmA 13c 28Jan87
  2.  
  3. For the programmer's meeting, the first disk is a collection of tools
  4. for programmers, and has several example programs in "C" that will give
  5. you some insight into programming on the Amiga.
  6.  
  7. Your Club Librarian,
  8.    Jeff Lydiatt 
  9.  
  10.                       DISK CONTENTS
  11.  
  12. Blink6.7
  13.    The latest version of the Public Domain replacement linker by "The
  14.    Software Distillary" - this one is Version 6.7 dated 15 October 1986.
  15.    It will complement the PD Assembler, A68k, also on this disk.
  16.  
  17. MED - Mr.ED Another General Purpose Editor
  18.    Mr. Ed is a general purpose editor written at Evans and Sutherland
  19.    computer corporation. It only runs under the CLI.  An extensive
  20.    documentation file is included.
  21.  
  22. Txt - a general purpose "strip" utility
  23.    This utility allows you to manipulate text files in a myriad of very
  24.    useful ways.  Sorry, it won't cut your toe nails for you, but will do
  25.    just about everything else: 
  26.  
  27.    You can strip out extra line feeds and miscellaneous control
  28.    characters, remove double spacing, reformat paragraphs with word wrap,
  29.    detab or entab with tab positioning under your control, and will also
  30.    strip miscellaneous garbage (non printable characters) from your file.
  31.  
  32.    - By Ray Lance.  Source code is included.
  33.  
  34. Menu
  35.    An example from the Jan/Feb 1986 issue of "Amiga World", written in "C",
  36.    which demonstrates how to open windows, set up a menu strip, and how to
  37.    test for which option was selected by the mouse.
  38.  
  39. A68k
  40.    Here is a freely distributable Metacomco-compatible assembler by the
  41.    PaNorAmA club's own Charlie Gibbs.  Charlie converted the Modula 2
  42.    68000 assembler published in last summer's Dr. Dobbs to "C", and added
  43.    a few enhancements in the process.  He plans to release the code as well
  44.    after he has added a few more features.
  45.  
  46. XPlor
  47.    Want to know how to get at some of the system lists?  The club Guru,
  48.    Larry Phillips has written an example in assembler to show you how to
  49.    do it.
  50.  
  51. PrinterDrivers
  52.    This drawer contains a number of printer drivers, and some usefull
  53.    utility programs.
  54.  
  55.    New drivers include: a Gemini10x, a Roland 1212a, an IBM ColourJet
  56.    printer, and several plotters.  There is also source code for the 
  57.    render.c part of a color version of the NEC CP6 printer.
  58.    The Gemini 10x and Roland 1212a drivers were written by Panorama
  59.    executive member Allen MacKinnon.  Source code is included!
  60.  
  61.    The utilities are two: 
  62.      SetPrt - allows you to modify some of the parameters of an existing
  63.      driver.  A documentation file is included.
  64.      PrGen  - Version 1.1 of a real general purpose printer driver
  65.      generator, including an example for a "ThinkJet" printer.  Source 
  66.      code in Modula 2 is also included.  A shareware program by
  67.      Jorgen Thomsen.
  68.  
  69. Requestor
  70.    Club member Anson Mah has been working for quite a while on this one,
  71.    but its worth the wait.  Here is an example file requestor, written in
  72.    "C", that mimics Charlie Heath's TxED requestor - including real time
  73.    scrolling file names controlled by the proportional scroll bar. 
  74.  
  75. CXPlor
  76.    Another fine example by Anson Mah which duplicates Larry's "XPlor".  If
  77.    you have trouble understanding assembler, try reading Anson's example
  78.    in "C" showing how to traverse some of the system lists.
  79.  
  80. TxHelp
  81.    An example of how to use "Hot Keys" by Anson.  Programs the numeric
  82.    keypad to alias TxED's menu commands.  Source code in "C" of course!
  83.  
  84.